home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / MenuCalendarClock-iCal-2.1.1.dmg / MenuCalendarClock iCal.app / Contents / Resources / LicensePrefs.nib / classes.nib < prev    next >
Encoding:
Text File  |  2005-11-07  |  2.0 KB  |  53 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {buyAction = id; checkLicense = id; showLicense = id; }; 
  6.             CLASS = LicensePrefs; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {
  9.                 buyButton = NSButton; 
  10.                 codeField = NSTextField; 
  11.                 codeLabel = NSTextField; 
  12.                 licenseField = NSTextField; 
  13.                 licenseLabel = NSTextField; 
  14.                 nameField = NSTextField; 
  15.                 nameLabel = NSTextField; 
  16.             }; 
  17.             SUPERCLASS = OPPreferencePane; 
  18.         }, 
  19.         {
  20.             CLASS = NSPreferencePane; 
  21.             LANGUAGE = ObjC; 
  22.             OUTLETS = {
  23.                 "_firstKeyView" = NSView; 
  24.                 "_initialKeyView" = NSView; 
  25.                 "_lastKeyView" = NSView; 
  26.                 "_window" = NSWindow; 
  27.             }; 
  28.             SUPERCLASS = NSObject; 
  29.         }, 
  30.         {CLASS = OPActionButton; LANGUAGE = ObjC; SUPERCLASS = NSPopUpButton; }, 
  31.         {CLASS = OPCharFilterFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; }, 
  32.         {CLASS = OPHelpButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  33.         {CLASS = OPKeycodeFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; }, 
  34.         {
  35.             ACTIONS = {buyAction = id; checkLicense = id; showLicense = id; }; 
  36.             CLASS = OPLicensePrefs; 
  37.             LANGUAGE = ObjC; 
  38.             OUTLETS = {
  39.                 buyButton = NSButton; 
  40.                 checkButton = NSButton; 
  41.                 codeField = NSTextField; 
  42.                 codeFieldCaption = NSTextField; 
  43.                 licenseField = NSTextField; 
  44.                 licenseFieldCaption = NSTextField; 
  45.                 nameField = NSTextField; 
  46.                 nameFieldCaption = NSTextField; 
  47.             }; 
  48.             SUPERCLASS = OPPreferencePane; 
  49.         }, 
  50.         {CLASS = OPPreferencePane; LANGUAGE = ObjC; SUPERCLASS = NSPreferencePane; }
  51.     ); 
  52.     IBVersion = 1; 
  53. }